Refactored some of the window hiding/showing code from WM_ACTIVATE to
authorCody Russell <bratsche@gnome.org>
Thu, 31 Jan 2008 22:40:37 +0000 (22:40 +0000)
committerCody Russell <bratsche@src.gnome.org>
Thu, 31 Jan 2008 22:40:37 +0000 (22:40 +0000)
commit857fe308f5c2ddd6ef5beab954f60d1dbd4dbeba
treee40e8e8e649a0e4c3aa546f4ca07aca5863d36bd
parent9e1fbc93a2f64e8da1c8697a679d57dd724631ff
Refactored some of the window hiding/showing code from WM_ACTIVATE to

2008-01-31  Cody Russell  <bratsche@gnome.org>

        * gdk/win32/gdkevents-win32.c:
        Refactored some of the window hiding/showing code from
        WM_ACTIVATE to WM_SIZE and WM_SYSCOMMAND.  Having this
        under WM_ACTIVATE was causing the application to go into
        a weird state when the user right-clicked on the taskbar
        entry of a window that was minimized.  (#505928)

svn path=/trunk/; revision=19451
ChangeLog
gdk/win32/gdkevents-win32.c